programming4us
           
 
 
Applications Server

Exchange Server 2010 : Manage Access for Mobile Devices (part 4) - Monitor Mobile Device Usage

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
7/10/2011 3:33:21 PM

4. Monitor Mobile Device Usage

When users can freely add and remove mobile devices that are in their possession, it is difficult to get a handle on what's in use. Exchange comes with some basic monitoring functionality that can help you understand who is using the device and in what ways.

4.1. Retrieve a List of Devices for a User

Users can potentially connect more than one device to Exchange. If you want to perform activities on a single device, you need to ensure you are targeting the right one. For example, if the user has two devices and one of them is lost, you don't want to accidentally wipe the wrong device. To do this, you can retrieve the list of devices for a user.

To retrieve the list of devices for a user through the EMC:

  1. Open the EMC and browse to the Recipient Configuration => Mailbox node.

  2. From the list of mailboxes in the Results pane, select the mailbox that you want to retrieve a list of mobile devices for.

  3. In the Actions pane, select the Manage Mobile Phone option.

    This will launch the Manage Mobile Device dialog box.

  4. In the Manage Mobile Device dialog box, a list of devices for the mailbox is presented. Click on a device to have the dialog box populated with the device's information.

You can also retrieve a list of mobile devices for a user from the EMS using the Get-ActiveSyncDeviceStatistics command. You will need to specify the Mailbox parameter and point it to the user's mailbox that you want the devices for. For example, the following command prints the list of devices for a user in a table:

Get-ActiveSyncDeviceStatistics -Mailbox "John Smith" | 

ft

4.2. Generate Device Reports

To stay on top of your usage trends, you should regularly examine client access logs. ActiveSync stores its logs in IIS. However, when it comes time to collect the logs, it can be difficult to read through them all and weed out the right information. Therefore, Exchange 2010 offers an ActiveSync command that goes through the IIS logs and creates reports based on those logs for you.

Six different reports are generated:


Usage Report (users.csv)

Shows a detailed usage report for each user


Hourly Report (hourly.csv)

Shows the number of unique devices and how many synchronizations were requested for each hour of the day


Policy Compliance Report (policycompliance.csv)

Shows the number of fully compliant, partially compliant, and noncompliant devices


Server Report (servers.csv)

Shows the device connection statistics broken down for each server


HTTP Status Report (statuscodes.csv)

Shows the HTTP status codes encountered by the devices


User Agent (useragents.csv)

Shows the various user agents used by the devices

4.2.1. Generate Reports for a Single Day

The reports can only be generated with the EMS. To run the report, you use the Export-ActiveSyncLog command. When you run the command, you must use the FileName parameter to specify the location of the IIS logs from which you want to gather the report data. The following example will create reports from the IIS log file u_ex090608.log and store them in c:\reports:

Export-ActiveSyncLog -FileName 

C:\inetpub\logs\LogFiles\W3SVC1\u_ex090608.log

-OutputPath c:\reports

4.2.2. Change How Often New Log Files Are Created

By default, Exchange uses daily IIS logs. If you want to retrieve statistics for ActiveSync based on a larger collection period, you can modify the log settings generated by ActiveSync. For example, these steps will enable you to generate monthly logs instead of daily logs:

  1. Open the IIS Manager tool by clicking Start => All Programs => Administrative Tools => Internet Information Services (IIS) Manager.

  2. Browse to the Default Web Site node in the Console tree. If you are hosting the ActiveSync virtual directory in another site instead of the default site, browse to that site instead.

  3. In the Work area, double-click the Logging icon under the IIS section.

  4. In the Log File Rollover box, change the Schedule option to Monthly.

  5. Click Apply in the Actions pane.

After making this change, the logs are recorded in a single file each month. When you run the Export-ActiveSyncLog command and specify that file, it will generate reports for the entire month instead of just the one day. Note that previously the log file was dated with the year, month, and day that the logs were captured (u_ex090609.log). After you change it to a monthly log, the file name changes to just the year and the month (u_ex0906.log).

Other -----------------
- Exchange Server 2010 : Manage Web-Based Email Access (part 2) - Configure OWA Features
- Exchange Server 2010 : Manage Web-Based Email Access (part 1) - Configure OWA URLs
- Exchange Server 2003 : Configuring Interoperability with Other SMTP Messaging Systems
- Exchange Server 2003 : Configuring SMTP Security and Advanced Options
- BizTalk Server 2006 Operations : Maintaining the BizTalk Group (part 3) - Restore Procedures
- BizTalk Server 2006 Operations : Maintaining the BizTalk Group (part 2) - Backup Procedures
- BizTalk Server 2006 Operations : Maintaining the BizTalk Group (part 1) - SQL Agent Job Configuration
- BizTalk Server 2006 Operations : Configuration and Management
- Exchange Server 2003 : SMTP Protocol Configuration and Management - Managing SMTP Message Transfer Support
- Exchange Server 2003 : Virtual Servers - Configuring Authentication
- Exchange Server 2003 : Configuring Virtual Server Settings
- Overview of Exchange Server 2003 Virtual Servers
- Microsoft Exchange Server 2003 : Public Folder Security
- Microsoft Exchange Server 2003 : Administering Public Folders
- BizTalk 2010 Recipes : Business Rules Framework - Deploying and Undeploying Policies
- BizTalk 2010 Recipes : Business Rules Framework - Calling the Business Rules Engine from an Orchestration
- BizTalk 2010 Recipes : Business Rules Framework - Calling the Business Rules Engine from dot NET
- BizTalk 2010 Recipes : Business Rules Framework - Creating Custom Fact Retrievers
- BizTalk 2010 Recipes : Business Rules Framework - Setting Rule Priorities
- BizTalk 2010 Recipes: Business Rules Framework - Creating Facts
 
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
- First look: Apple Watch

- 3 Tips for Maintaining Your Cell Phone Battery (part 1)

- 3 Tips for Maintaining Your Cell Phone Battery (part 2)
programming4us programming4us